Summarize long documents piecewise and construct a full summary recursively
https://platform.openai.com/docs/guides/prompt-engineering/tactic-summarize-long-documents-piecewise-and-construct-a-full-summary-recursively
To summarize a very long document such as a book we can use a sequence of queries to summarize each section of the document.
Section summaries can be concatenated and summarized producing summaries of summaries.
IMO:「再帰的要約」のことだと思う(TypeScriptではじめるChatGPT API:入門から一歩進んだテクニックまで)
The effectiveness of this procedure for summarizing books has been studied in previous research by OpenAI using variants of GPT-3.
👉Summarizing books with human feedback